home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Break < prev    next >
Text File  |  1997-04-10  |  2KB  |  52 lines

  1.  
  2.  
  3.  
  4.       Break(V1.3, 2.x, 3.x: internal command)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Break - Send a signal to a background process.
  10.  
  11.      SYNOPSIS
  12.           Break Process=T=Task/a A=ALL/s C/s D/s E/s F/s 
  13.  
  14.      DESCRIPTION
  15.             Many programs which run from the CLI will respond to 
  16.         the typing of one of the control characters C D E or F. 
  17.         By far the most common is control-C which usually causes 
  18.         a process to terminate.  If you execute a task in the 
  19.         background (by using Run or ARun), you will not be able 
  20.         to send it a break signal from the keyboard, and that is 
  21.         where Break comes in.  Once you know the CLI number of 
  22.         the process you wish to signal (available immediately 
  23.         after you run the process or by using the Status 
  24.         program), you can send one of these control signals to 
  25.         the background process. It simulates selecting a CLI 
  26.         process with the mouse and pressing the specified 
  27.         CTRL-key keystrokes.
  28.  
  29.             You may trigger up to four breaks at a time.
  30.  
  31.      EXAMPLE
  32.             1. To send a control C to background process number 
  33.         2:
  34.  
  35.           Break 2 C or Break 2 (Break defaults to control C)
  36.  
  37.             2. To send ALL control signals to background process 
  38.         number 3: 
  39.  
  40.           Break 3 C D E F or Break 3 ALL
  41.  
  42.             3. 2.x/3.x Only: To signal a break to a program 
  43.         running under the WAIT command:
  44.  
  45.           Break 'STATUS Com=Wait'
  46.  
  47.      CONSIDERATIONS
  48.           Not all programs respond to break requests.
  49.  
  50.      SEE ALSO
  51.           Status
  52.